home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Video Game Solution CD
/
The VideoGame Solution CD.iso
/
demos
/
pro25
/
spectre.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-11-18
|
193 b
|
15 lines
@echo off
spcintro %1
if errorlevel 3 goto run386
goto run286
:run386
spc386 %2 %3 %4 %5 %6 %7 %8 %9
goto allDone
:run286
spc286 %2 %3 %4 %5 %6 %7 %8 %9
goto allDone
:allDone